home *** CD-ROM | disk | FTP | other *** search
/ Colson Caster Selection Guide 3 / Colson Caster Selection Guide 3.0.iso / colsoncd.dxr / 00004Series_129.ls < prev    next >
Encoding:
Text File  |  2000-01-11  |  419 b   |  18 lines

  1. on mouseUp
  2.   puppetSound("mainsnd")
  3.   put "082" into field "diamodnum"
  4.   if field "mtmodnum" = "09." then
  5.     put "99." into field "mtmodnum"
  6.   end if
  7.   if field "mtmodnum" = "08." then
  8.     if field "mtmodnum" = "78." then
  9.       put "78." into field "mtmodnum"
  10.     else
  11.       put "98." into field "mtmodnum"
  12.     end if
  13.   end if
  14.   puppetTransition(47, 1, 8)
  15.   set the puppet of sprite 10 to 0
  16.   play frame "5wheeld"
  17. end
  18.